projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd39050
)
ARM: rmobile: Increase console buffer sizes
author
Marek Vasut
<
[email protected]
>
Fri, 21 Jul 2017 21:16:08 +0000
(23:16 +0200)
committer
Nobuhiro Iwamatsu
<
[email protected]
>
Wed, 2 Aug 2017 18:50:03 +0000
(
03:50
+0900)
Allow pasting extra long lines into the U-Boot console on RCar Gen3.
This is OK since we have plenty of resources and it's convenient.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Nobuhiro Iwamatsu <
[email protected]
>
Signed-off-by: Nobuhiro Iwamatsu <
[email protected]
>
include/configs/rcar-gen3-common.h
patch
|
blob
|
history
diff --git
a/include/configs/rcar-gen3-common.h
b/include/configs/rcar-gen3-common.h
index 8da3e7a2355730dde588346ccc561ecd9b6df693..6c23249861fb7d1e56ee5c6c1d3a95ee011f5f10 100644
(file)
--- a/
include/configs/rcar-gen3-common.h
+++ b/
include/configs/rcar-gen3-common.h
@@
-39,12
+39,12
@@
#define CONFIG_SH_GPIO_PFC
/* console */
-
+#define CONFIG_SYS_CBSIZE 2048
+#define CONFIG_SYS_PBSIZE \
+ (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
+#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
#define CONFIG_SYS_LONGHELP
-#define CONFIG_SYS_CBSIZE 256
-#define CONFIG_SYS_PBSIZE 256
-#define CONFIG_SYS_MAXARGS 16
-#define CONFIG_SYS_BARGSIZE 512
+#define CONFIG_SYS_MAXARGS 64
#define CONFIG_SYS_BAUDRATE_TABLE { 115200, 38400 }
/* MEMORY */